Skip to main content

Events

The Events class provides a collection of Event objects indexed by an integer key, extending the functionality of BaseIndexer.

Properties

NameDescription
this[TKey key]Gets or sets the value associated with the specified key in the dictionary.

Constructors

NameDescription
BaseIndexer(dictionaryName, dictionary)Initializes a new instance of the BaseIndexer<TKey, TValue> class with a specified dictionary name and dictionary.
Events(dictionary)Initializes a new instance of the Events class with a specified dictionary of events.

Generic Types

NameDescription
TValueValue type of the dictionary.
TKeyKey type of the dictionary.